home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3574 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.0 KB

  1. Path: news.iconn.net!news
  2. From: thecrow@iconn.net (The Crow)
  3. Newsgroups: hku.open-forum,hku.cc.forum,hk.comp.pc,comp.lang.c++,comp.lang.pascal.misc
  4. Subject: Re: Is Pascal worth to learn? Can it help me to get a job?
  5. Date: 24 Jan 1996 22:36:09 GMT
  6. Organization: I rule the world
  7. Message-ID: <4e6c8t$5am@news.iconn.net>
  8. References: <30f2adf8.7810115@news.hku.hk> <4df7e8$1ug@classic.iinet.com.au> <4dh361$djk@news.2sprint.net>
  9. NNTP-Posting-Host: st-ts00-01.iconn.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Newsreader: WinVN 0.99.6
  13.  
  14. In article <4dh361$djk@news.2sprint.net>, ggrotz@2sprint.netf says...
  15. >
  16. >ng@mitswa.com.au (John A Ng) wrote:
  17. >
  18. >> It can do anything that C can but with a remarkably fast compiler (about 20 
  19. times
  20. >>faster than a competitive C compiler/linker).  This makes learning a
  21. >>breeze.
  22. >
  23. >So very true...And ultimately smaller than C.  I wrote just a simple
  24. >"Hello World!" program in TP, and C both...The EXE for TP was 2K,
  25. >while the EXE for C was about 7K.  Something's wrong somewhere, if
  26. >people think C is better.  Actually, I think it's more Microsoft
  27. >tomfoolery than anything, as you'd be very hard pressed to convince me
  28. >that C is better as a language than Pascal, though I'd like to see the
  29. >Pascal IDE brought up to par with the C one (most of the $ params we
  30. >use in Pascal are standard checkboxes in the C IDE.).  And in C, you
  31. >don't have to trifle with the 64K limit for vars...
  32. >
  33. >
  34. >
  35. This is a bad example. The output libraries for C have more in them, so when 
  36. you include them to say "Hello World" the file size is a little bigger. If you 
  37. sad Hello World a million times the file size would not be 7 million k, get it? 
  38. you just get that big hit once. You are right though, pascal code is usally 
  39. smaller. But that 20 times faster thing is VERY VERY wrong. I have seen a few 
  40. cases where it is like .2 times faster but usually it is just the same given 
  41. similar compilers.
  42. -- 
  43. The Crow - thecrow@iconn.net
  44. "It can't rain all the time"
  45. -Kryptology
  46.  
  47.